Buckets:
MisterAI/LocalAI_Demo_backends / cpu-diffusers.upgrade-tmp /venv /lib /python3.10 /site-packages /numpy /distutils /armccompiler.py
| from distutils.unixccompiler import UnixCCompiler | |
| class ArmCCompiler(UnixCCompiler): | |
| """ | |
| Arm compiler. | |
| """ | |
| compiler_type = 'arm' | |
| cc_exe = 'armclang' | |
| cxx_exe = 'armclang++' | |
| def __init__(self, verbose=0, dry_run=0, force=0): | |
| UnixCCompiler.__init__(self, verbose, dry_run, force) | |
| cc_compiler = self.cc_exe | |
| cxx_compiler = self.cxx_exe | |
| self.set_executables(compiler=cc_compiler + | |
| ' -O3 -fPIC', | |
| compiler_so=cc_compiler + | |
| ' -O3 -fPIC', | |
| compiler_cxx=cxx_compiler + | |
| ' -O3 -fPIC', | |
| linker_exe=cc_compiler + | |
| ' -lamath', | |
| linker_so=cc_compiler + | |
| ' -lamath -shared') | |
Xet Storage Details
- Size:
- 962 Bytes
- Xet hash:
- ea94f3c6c9b2a11dad45f0fa0bd33d118d4e9cfa2e7bbeb828f2a1800d542772
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.