Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 22, 2020 06:23
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 r-ryantm/4342660bf0ef39bdb198a038da1b5c65 to your computer and use it in GitHub Desktop.
Save r-ryantm/4342660bf0ef39bdb198a038da1b5c65 to your computer and use it in GitHub Desktop.
/nix/store/yimsm72jcm9sqx661b0p2nw5g6bbk1gb-openlibm-0.7.3
├── 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_defs.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, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment