Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 24, 2019 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7a2c1ebb566a3945cf48934170113ec4 to your computer and use it in GitHub Desktop.
Save ryantm/7a2c1ebb566a3945cf48934170113ec4 to your computer and use it in GitHub Desktop.
/nix/store/g49m2i38nr6lknym8k8a7lf6zznmhlg1-openlibm-0.7.0
├── include
│   └── openlibm
│   ├── aarch64_fpmath.h
│   ├── amd64_fpmath.h
│   ├── bsd_cdefs.h
│   ├── cdefs-compat.h
│   ├── fpmath.h
│   ├── i386_fpmath.h
│   ├── k_logf.h
│   ├── k_log.h
│   ├── math_private.h
│   ├── math_private_openbsd.h
│   ├── mips_fpmath.h
│   ├── openlibm_complex.h
│   ├── openlibm_fenv_amd64.h
│   ├── openlibm_fenv_arm.h
│   ├── openlibm_fenv.h
│   ├── openlibm_fenv_i387.h
│   ├── openlibm_fenv_mips.h
│   ├── openlibm_fenv_powerpc.h
│   ├── openlibm_fenv_s390.h
│   ├── openlibm.h
│   ├── openlibm_math.h
│   ├── powerpc_fpmath.h
│   ├── s390_fpmath.h
│   └── types-compat.h
└── lib
├── libopenlibm.a
├── libopenlibm.so -> libopenlibm.so.3.0
├── libopenlibm.so.3 -> libopenlibm.so.3.0
├── libopenlibm.so.3.0
└── pkgconfig
└── openlibm.pc
4 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment