@nativescript/ios 9.0.0-napi-v8.0 → 9.0.0-next.2025-11-11-19252858116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/framework/internal/XCFrameworks.zip +0 -0
- package/framework/internal/metadata-generator-arm64/bin/build-step-metadata-generator.py +6 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_builtin_vars.h +121 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_cmath.h +512 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_complex_builtins.h +285 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_device_functions.h +1558 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_intrinsics.h +709 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_libdevice_declares.h +468 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_math.h +348 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_math_forward_declares.h +284 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_runtime_wrapper.h +503 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_cuda_texture_intrinsics.h +742 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_hip_cmath.h +842 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_hip_libdevice_declares.h +353 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_hip_math.h +1303 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_hip_runtime_wrapper.h +151 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__clang_hip_stdlib.h +43 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stdarg___gnuc_va_list.h +13 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stdarg___va_copy.h +12 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stdarg_header_macro.h +12 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stdarg_va_arg.h +24 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stdarg_va_copy.h +12 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stdarg_va_list.h +13 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_header_macro.h +12 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_max_align_t.h +27 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_null.h +29 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_nullptr_t.h +31 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_offsetof.h +17 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_ptrdiff_t.h +20 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_rsize_t.h +20 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_size_t.h +20 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_unreachable.h +21 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_wchar_t.h +28 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__stddef_wint_t.h +15 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__wmmintrin_aes.h +140 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/__wmmintrin_pclmul.h +48 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/adxintrin.h +227 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/altivec.h +19342 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ammintrin.h +183 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/amxcomplexintrin.h +169 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/amxfp16intrin.h +58 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/amxintrin.h +524 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm64intr.h +35 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_acle.h +782 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_bf16.h +20 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_cde.h +410 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_cmse.h +217 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_fp16.h +596 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_mve.h +19187 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_neon.h +69885 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_neon_sve_bridge.h +182 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_sme_draft_spec_subject_to_change.h +642 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/arm_sve.h +23950 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/armintr.h +31 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx2intrin.h +5263 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512bf16intrin.h +282 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512bitalgintrin.h +83 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512bwintrin.h +2024 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512cdintrin.h +123 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512dqintrin.h +1377 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512erintrin.h +271 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512fintrin.h +9775 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512fp16intrin.h +3350 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512ifmaintrin.h +68 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512ifmavlintrin.h +105 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512pfintrin.h +97 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vbmi2intrin.h +357 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vbmiintrin.h +105 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vbmivlintrin.h +188 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlbf16intrin.h +515 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlbitalgintrin.h +145 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlbwintrin.h +3161 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlcdintrin.h +225 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vldqintrin.h +1167 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlfp16intrin.h +2071 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlintrin.h +8431 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlvbmi2intrin.h +689 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlvnniintrin.h +304 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vlvp2intersectintrin.h +121 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vnniintrin.h +115 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vp2intersectintrin.h +77 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vpopcntdqintrin.h +54 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx512vpopcntdqvlintrin.h +91 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxifmaintrin.h +177 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxintrin.h +5108 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxneconvertintrin.h +484 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxvnniint16intrin.h +473 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxvnniint8intrin.h +471 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxvnniintrin.h +225 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/bmi2intrin.h +255 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/bmiintrin.h +431 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/builtins.h +16 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cet.h +66 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cetintrin.h +115 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cldemoteintrin.h +36 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/clflushoptintrin.h +36 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/clwbintrin.h +38 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/clzerointrin.h +38 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cmpccxaddintrin.h +70 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cpuid.h +331 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/crc32intrin.h +100 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/algorithm +116 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/bits/basic_string.h +9 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/bits/basic_string.tcc +9 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/bits/shared_ptr_base.h +9 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/cmath +90 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/complex +90 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cuda_wrappers/new +106 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/emmintrin.h +4775 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/enqcmdintrin.h +63 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/f16cintrin.h +162 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/float.h +164 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/fma4intrin.h +218 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/fmaintrin.h +780 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/fxsrintrin.h +91 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/gfniintrin.h +194 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/hexagon_circ_brev_intrinsics.h +298 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/hexagon_protos.h +8439 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/hexagon_types.h +2621 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/hresetintrin.h +49 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/htmintrin.h +212 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/htmxlintrin.h +345 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/hvx_hexagon_protos.h +5183 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ia32intrin.h +441 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/immintrin.h +758 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/intrin.h +620 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/inttypes.h +97 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/invpcidintrin.h +23 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/iso646.h +27 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/keylockerintrin.h +530 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/larchintrin.h +234 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/limits.h +127 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/llvm_libc_wrappers/ctype.h +85 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/llvm_libc_wrappers/inttypes.h +34 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/llvm_libc_wrappers/stdio.h +34 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/llvm_libc_wrappers/stdlib.h +42 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/llvm_libc_wrappers/string.h +37 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/lwpintrin.h +136 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/lzcntintrin.h +104 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/mm3dnow.h +157 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/mm_malloc.h +67 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/mmintrin.h +1562 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/module.modulemap +326 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/movdirintrin.h +49 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/msa.h +573 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/mwaitxintrin.h +62 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/nmmintrin.h +20 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/opencl-c-base.h +820 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/opencl-c.h +18356 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/__clang_openmp_device_functions.h +105 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/cmath +132 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/complex +55 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/complex.h +35 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/complex_cmath.h +388 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/math.h +61 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/openmp_wrappers/new +48 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/pconfigintrin.h +40 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/pkuintrin.h +34 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/pmmintrin.h +300 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/popcntintrin.h +59 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/bmi2intrin.h +134 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/bmiintrin.h +165 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/emmintrin.h +2269 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/immintrin.h +27 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/mm_malloc.h +45 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/mmintrin.h +1453 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/pmmintrin.h +145 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/smmintrin.h +663 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/tmmintrin.h +453 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/x86gprintrin.h +17 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/x86intrin.h +28 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ppc_wrappers/xmmintrin.h +1827 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/prfchiintrin.h +61 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/prfchwintrin.h +58 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ptrauth.h +354 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/ptwriteintrin.h +37 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/raointintrin.h +203 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/rdpruintrin.h +57 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/rdseedintrin.h +105 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/riscv_ntlh.h +28 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/riscv_vector.h +400 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/rtmintrin.h +45 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/s390intrin.h +25 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/serializeintrin.h +30 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/sgxintrin.h +60 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/sha512intrin.h +200 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/shaintrin.h +189 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/sifive_vector.h +16 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/sm3intrin.h +238 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/sm4intrin.h +269 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/smmintrin.h +2328 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stdalign.h +26 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stdarg.h +63 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stdatomic.h +196 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stdbool.h +34 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stddef.h +116 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stdint.h +979 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stdnoreturn.h +29 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/tbmintrin.h +140 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/tgmath.h +1368 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/tmmintrin.h +775 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/tsxldtrkintrin.h +56 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/uintrintrin.h +157 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/unwind.h +332 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/vadefs.h +51 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/vaesintrin.h +85 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/varargs.h +12 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/vecintrin.h +11127 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/velintrin.h +71 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/velintrin_approx.h +120 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/velintrin_gen.h +1257 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/vpclmulqdqintrin.h +30 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/waitpkgintrin.h +42 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/wasm_simd128.h +1997 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/wbnoinvdintrin.h +24 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/wmmintrin.h +23 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/x86gprintrin.h +65 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/x86intrin.h +67 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xmmintrin.h +3017 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xopintrin.h +770 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xsavecintrin.h +84 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xsaveintrin.h +63 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xsaveoptintrin.h +34 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xsavesintrin.h +44 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xtestintrin.h +27 -0
- package/framework/internal/metadata-generator-arm64/bin/objc-metadata-generator +0 -0
- package/framework/internal/metadata-generator-x86_64/bin/build-step-metadata-generator.py +6 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_builtin_vars.h +121 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_cmath.h +512 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_complex_builtins.h +285 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_device_functions.h +1558 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_intrinsics.h +709 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_libdevice_declares.h +468 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_math.h +348 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_math_forward_declares.h +284 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_runtime_wrapper.h +503 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_cuda_texture_intrinsics.h +742 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_hip_cmath.h +842 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_hip_libdevice_declares.h +353 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_hip_math.h +1303 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_hip_runtime_wrapper.h +151 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__clang_hip_stdlib.h +43 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg___gnuc_va_list.h +13 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg___va_copy.h +12 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_header_macro.h +12 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_va_arg.h +24 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_va_copy.h +12 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_va_list.h +13 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_header_macro.h +12 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_max_align_t.h +27 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_null.h +29 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_nullptr_t.h +31 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_offsetof.h +17 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_ptrdiff_t.h +20 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_rsize_t.h +20 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_size_t.h +20 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_unreachable.h +21 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_wchar_t.h +28 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_wint_t.h +15 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__wmmintrin_aes.h +140 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__wmmintrin_pclmul.h +48 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/adxintrin.h +227 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/altivec.h +19342 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ammintrin.h +183 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/amxcomplexintrin.h +169 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/amxfp16intrin.h +58 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/amxintrin.h +524 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm64intr.h +35 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_acle.h +782 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_bf16.h +20 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_cde.h +410 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_cmse.h +217 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_fp16.h +596 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_mve.h +19187 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_neon.h +69885 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_neon_sve_bridge.h +182 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_sme_draft_spec_subject_to_change.h +642 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/arm_sve.h +23950 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/armintr.h +31 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx2intrin.h +5263 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512bf16intrin.h +282 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512bitalgintrin.h +83 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512bwintrin.h +2024 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512cdintrin.h +123 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512dqintrin.h +1377 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512erintrin.h +271 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512fintrin.h +9775 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512fp16intrin.h +3350 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512ifmaintrin.h +68 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512ifmavlintrin.h +105 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512pfintrin.h +97 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vbmi2intrin.h +357 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vbmiintrin.h +105 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vbmivlintrin.h +188 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlbf16intrin.h +515 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlbitalgintrin.h +145 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlbwintrin.h +3161 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlcdintrin.h +225 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vldqintrin.h +1167 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlfp16intrin.h +2071 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlintrin.h +8431 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlvbmi2intrin.h +689 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlvnniintrin.h +304 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vlvp2intersectintrin.h +121 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vnniintrin.h +115 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vp2intersectintrin.h +77 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vpopcntdqintrin.h +54 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avx512vpopcntdqvlintrin.h +91 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxifmaintrin.h +177 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxintrin.h +5108 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxneconvertintrin.h +484 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxvnniint16intrin.h +473 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxvnniint8intrin.h +471 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxvnniintrin.h +225 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/bmi2intrin.h +255 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/bmiintrin.h +431 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/builtins.h +16 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cet.h +66 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cetintrin.h +115 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cldemoteintrin.h +36 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/clflushoptintrin.h +36 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/clwbintrin.h +38 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/clzerointrin.h +38 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cmpccxaddintrin.h +70 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cpuid.h +331 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/crc32intrin.h +100 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/algorithm +116 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/bits/basic_string.h +9 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/bits/basic_string.tcc +9 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/bits/shared_ptr_base.h +9 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/cmath +90 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/complex +90 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cuda_wrappers/new +106 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/emmintrin.h +4775 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/enqcmdintrin.h +63 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/f16cintrin.h +162 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/float.h +164 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/fma4intrin.h +218 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/fmaintrin.h +780 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/fxsrintrin.h +91 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/gfniintrin.h +194 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/hexagon_circ_brev_intrinsics.h +298 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/hexagon_protos.h +8439 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/hexagon_types.h +2621 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/hresetintrin.h +49 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/htmintrin.h +212 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/htmxlintrin.h +345 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/hvx_hexagon_protos.h +5183 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ia32intrin.h +441 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/immintrin.h +758 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/intrin.h +620 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/inttypes.h +97 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/invpcidintrin.h +23 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/iso646.h +27 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/keylockerintrin.h +530 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/larchintrin.h +234 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/limits.h +127 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/llvm_libc_wrappers/ctype.h +85 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/llvm_libc_wrappers/inttypes.h +34 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/llvm_libc_wrappers/stdio.h +34 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/llvm_libc_wrappers/stdlib.h +42 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/llvm_libc_wrappers/string.h +37 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/lwpintrin.h +136 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/lzcntintrin.h +104 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/mm3dnow.h +157 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/mm_malloc.h +67 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/mmintrin.h +1562 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/module.modulemap +326 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/movdirintrin.h +49 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/msa.h +573 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/mwaitxintrin.h +62 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/nmmintrin.h +20 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/opencl-c-base.h +820 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/opencl-c.h +18356 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/__clang_openmp_device_functions.h +105 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/cmath +132 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/complex +55 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/complex.h +35 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/complex_cmath.h +388 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/math.h +61 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/new +48 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/pconfigintrin.h +40 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/pkuintrin.h +34 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/pmmintrin.h +300 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/popcntintrin.h +59 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/bmi2intrin.h +134 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/bmiintrin.h +165 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/emmintrin.h +2269 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/immintrin.h +27 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/mm_malloc.h +45 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/mmintrin.h +1453 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/pmmintrin.h +145 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/smmintrin.h +663 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/tmmintrin.h +453 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/x86gprintrin.h +17 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/x86intrin.h +28 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ppc_wrappers/xmmintrin.h +1827 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/prfchiintrin.h +61 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/prfchwintrin.h +58 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ptrauth.h +354 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/ptwriteintrin.h +37 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/raointintrin.h +203 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/rdpruintrin.h +57 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/rdseedintrin.h +105 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/riscv_ntlh.h +28 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/riscv_vector.h +400 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/rtmintrin.h +45 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/s390intrin.h +25 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/serializeintrin.h +30 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/sgxintrin.h +60 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/sha512intrin.h +200 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/shaintrin.h +189 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/sifive_vector.h +16 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/sm3intrin.h +238 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/sm4intrin.h +269 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/smmintrin.h +2328 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stdalign.h +26 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stdarg.h +63 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stdatomic.h +196 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stdbool.h +34 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stddef.h +116 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stdint.h +979 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stdnoreturn.h +29 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/tbmintrin.h +140 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/tgmath.h +1368 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/tmmintrin.h +775 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/tsxldtrkintrin.h +56 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/uintrintrin.h +157 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/unwind.h +332 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/vadefs.h +51 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/vaesintrin.h +85 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/varargs.h +12 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/vecintrin.h +11127 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/velintrin.h +71 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/velintrin_approx.h +120 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/velintrin_gen.h +1257 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/vpclmulqdqintrin.h +30 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/waitpkgintrin.h +42 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/wasm_simd128.h +1997 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/wbnoinvdintrin.h +24 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/wmmintrin.h +23 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/x86gprintrin.h +65 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/x86intrin.h +67 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xmmintrin.h +3017 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xopintrin.h +770 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xsavecintrin.h +84 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xsaveintrin.h +63 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xsaveoptintrin.h +34 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xsavesintrin.h +44 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xtestintrin.h +27 -0
- package/framework/internal/metadata-generator-x86_64/bin/objc-metadata-generator +0 -0
- package/framework/internal/nsld.sh +54 -2
- package/package.json +1 -1
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
//===------------------------- __complex_cmath.h --------------------------===//
|
|
2
|
+
//
|
|
3
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
4
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
5
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
6
|
+
//
|
|
7
|
+
//===----------------------------------------------------------------------===//
|
|
8
|
+
//
|
|
9
|
+
// std::complex header copied from the libcxx source and simplified for use in
|
|
10
|
+
// OpenMP target offload regions.
|
|
11
|
+
//
|
|
12
|
+
//===----------------------------------------------------------------------===//
|
|
13
|
+
|
|
14
|
+
#ifndef _OPENMP
|
|
15
|
+
#error "This file is for OpenMP compilation only."
|
|
16
|
+
#endif
|
|
17
|
+
|
|
18
|
+
#ifndef __cplusplus
|
|
19
|
+
#error "This file is for C++ compilation only."
|
|
20
|
+
#endif
|
|
21
|
+
|
|
22
|
+
#ifndef _LIBCPP_COMPLEX
|
|
23
|
+
#define _LIBCPP_COMPLEX
|
|
24
|
+
|
|
25
|
+
#include <cmath>
|
|
26
|
+
#include <type_traits>
|
|
27
|
+
|
|
28
|
+
#define __DEVICE__ static constexpr __attribute__((nothrow))
|
|
29
|
+
|
|
30
|
+
namespace std {
|
|
31
|
+
|
|
32
|
+
// abs
|
|
33
|
+
|
|
34
|
+
template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) {
|
|
35
|
+
return hypot(__c.real(), __c.imag());
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// arg
|
|
39
|
+
|
|
40
|
+
template <class _Tp> __DEVICE__ _Tp arg(const std::complex<_Tp> &__c) {
|
|
41
|
+
return atan2(__c.imag(), __c.real());
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
template <class _Tp>
|
|
45
|
+
typename enable_if<is_integral<_Tp>::value || is_same<_Tp, double>::value,
|
|
46
|
+
double>::type
|
|
47
|
+
arg(_Tp __re) {
|
|
48
|
+
return atan2(0., __re);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
template <class _Tp>
|
|
52
|
+
typename enable_if<is_same<_Tp, float>::value, float>::type arg(_Tp __re) {
|
|
53
|
+
return atan2f(0.F, __re);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// norm
|
|
57
|
+
|
|
58
|
+
template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) {
|
|
59
|
+
if (std::isinf(__c.real()))
|
|
60
|
+
return abs(__c.real());
|
|
61
|
+
if (std::isinf(__c.imag()))
|
|
62
|
+
return abs(__c.imag());
|
|
63
|
+
return __c.real() * __c.real() + __c.imag() * __c.imag();
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// conj
|
|
67
|
+
|
|
68
|
+
template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) {
|
|
69
|
+
return std::complex<_Tp>(__c.real(), -__c.imag());
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// proj
|
|
73
|
+
|
|
74
|
+
template <class _Tp> std::complex<_Tp> proj(const std::complex<_Tp> &__c) {
|
|
75
|
+
std::complex<_Tp> __r = __c;
|
|
76
|
+
if (std::isinf(__c.real()) || std::isinf(__c.imag()))
|
|
77
|
+
__r = std::complex<_Tp>(INFINITY, copysign(_Tp(0), __c.imag()));
|
|
78
|
+
return __r;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// polar
|
|
82
|
+
|
|
83
|
+
template <class _Tp>
|
|
84
|
+
complex<_Tp> polar(const _Tp &__rho, const _Tp &__theta = _Tp()) {
|
|
85
|
+
if (std::isnan(__rho) || signbit(__rho))
|
|
86
|
+
return std::complex<_Tp>(_Tp(NAN), _Tp(NAN));
|
|
87
|
+
if (std::isnan(__theta)) {
|
|
88
|
+
if (std::isinf(__rho))
|
|
89
|
+
return std::complex<_Tp>(__rho, __theta);
|
|
90
|
+
return std::complex<_Tp>(__theta, __theta);
|
|
91
|
+
}
|
|
92
|
+
if (std::isinf(__theta)) {
|
|
93
|
+
if (std::isinf(__rho))
|
|
94
|
+
return std::complex<_Tp>(__rho, _Tp(NAN));
|
|
95
|
+
return std::complex<_Tp>(_Tp(NAN), _Tp(NAN));
|
|
96
|
+
}
|
|
97
|
+
_Tp __x = __rho * cos(__theta);
|
|
98
|
+
if (std::isnan(__x))
|
|
99
|
+
__x = 0;
|
|
100
|
+
_Tp __y = __rho * sin(__theta);
|
|
101
|
+
if (std::isnan(__y))
|
|
102
|
+
__y = 0;
|
|
103
|
+
return std::complex<_Tp>(__x, __y);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// log
|
|
107
|
+
|
|
108
|
+
template <class _Tp> std::complex<_Tp> log(const std::complex<_Tp> &__x) {
|
|
109
|
+
return std::complex<_Tp>(log(abs(__x)), arg(__x));
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// log10
|
|
113
|
+
|
|
114
|
+
template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) {
|
|
115
|
+
return log(__x) / log(_Tp(10));
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// sqrt
|
|
119
|
+
|
|
120
|
+
template <class _Tp>
|
|
121
|
+
__DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) {
|
|
122
|
+
if (std::isinf(__x.imag()))
|
|
123
|
+
return std::complex<_Tp>(_Tp(INFINITY), __x.imag());
|
|
124
|
+
if (std::isinf(__x.real())) {
|
|
125
|
+
if (__x.real() > _Tp(0))
|
|
126
|
+
return std::complex<_Tp>(__x.real(), std::isnan(__x.imag())
|
|
127
|
+
? __x.imag()
|
|
128
|
+
: copysign(_Tp(0), __x.imag()));
|
|
129
|
+
return std::complex<_Tp>(std::isnan(__x.imag()) ? __x.imag() : _Tp(0),
|
|
130
|
+
copysign(__x.real(), __x.imag()));
|
|
131
|
+
}
|
|
132
|
+
return polar(sqrt(abs(__x)), arg(__x) / _Tp(2));
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// exp
|
|
136
|
+
|
|
137
|
+
template <class _Tp>
|
|
138
|
+
__DEVICE__ std::complex<_Tp> exp(const std::complex<_Tp> &__x) {
|
|
139
|
+
_Tp __i = __x.imag();
|
|
140
|
+
if (std::isinf(__x.real())) {
|
|
141
|
+
if (__x.real() < _Tp(0)) {
|
|
142
|
+
if (!std::isfinite(__i))
|
|
143
|
+
__i = _Tp(1);
|
|
144
|
+
} else if (__i == 0 || !std::isfinite(__i)) {
|
|
145
|
+
if (std::isinf(__i))
|
|
146
|
+
__i = _Tp(NAN);
|
|
147
|
+
return std::complex<_Tp>(__x.real(), __i);
|
|
148
|
+
}
|
|
149
|
+
} else if (std::isnan(__x.real()) && __x.imag() == 0)
|
|
150
|
+
return __x;
|
|
151
|
+
_Tp __e = exp(__x.real());
|
|
152
|
+
return std::complex<_Tp>(__e * cos(__i), __e * sin(__i));
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// pow
|
|
156
|
+
|
|
157
|
+
template <class _Tp>
|
|
158
|
+
std::complex<_Tp> pow(const std::complex<_Tp> &__x,
|
|
159
|
+
const std::complex<_Tp> &__y) {
|
|
160
|
+
return exp(__y * log(__x));
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// __sqr, computes pow(x, 2)
|
|
164
|
+
|
|
165
|
+
template <class _Tp> std::complex<_Tp> __sqr(const std::complex<_Tp> &__x) {
|
|
166
|
+
return std::complex<_Tp>((__x.real() - __x.imag()) *
|
|
167
|
+
(__x.real() + __x.imag()),
|
|
168
|
+
_Tp(2) * __x.real() * __x.imag());
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// asinh
|
|
172
|
+
|
|
173
|
+
template <class _Tp>
|
|
174
|
+
__DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) {
|
|
175
|
+
const _Tp __pi(atan2(+0., -0.));
|
|
176
|
+
if (std::isinf(__x.real())) {
|
|
177
|
+
if (std::isnan(__x.imag()))
|
|
178
|
+
return __x;
|
|
179
|
+
if (std::isinf(__x.imag()))
|
|
180
|
+
return std::complex<_Tp>(__x.real(),
|
|
181
|
+
copysign(__pi * _Tp(0.25), __x.imag()));
|
|
182
|
+
return std::complex<_Tp>(__x.real(), copysign(_Tp(0), __x.imag()));
|
|
183
|
+
}
|
|
184
|
+
if (std::isnan(__x.real())) {
|
|
185
|
+
if (std::isinf(__x.imag()))
|
|
186
|
+
return std::complex<_Tp>(__x.imag(), __x.real());
|
|
187
|
+
if (__x.imag() == 0)
|
|
188
|
+
return __x;
|
|
189
|
+
return std::complex<_Tp>(__x.real(), __x.real());
|
|
190
|
+
}
|
|
191
|
+
if (std::isinf(__x.imag()))
|
|
192
|
+
return std::complex<_Tp>(copysign(__x.imag(), __x.real()),
|
|
193
|
+
copysign(__pi / _Tp(2), __x.imag()));
|
|
194
|
+
std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1)));
|
|
195
|
+
return std::complex<_Tp>(copysign(__z.real(), __x.real()),
|
|
196
|
+
copysign(__z.imag(), __x.imag()));
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// acosh
|
|
200
|
+
|
|
201
|
+
template <class _Tp>
|
|
202
|
+
__DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) {
|
|
203
|
+
const _Tp __pi(atan2(+0., -0.));
|
|
204
|
+
if (std::isinf(__x.real())) {
|
|
205
|
+
if (std::isnan(__x.imag()))
|
|
206
|
+
return std::complex<_Tp>(abs(__x.real()), __x.imag());
|
|
207
|
+
if (std::isinf(__x.imag())) {
|
|
208
|
+
if (__x.real() > 0)
|
|
209
|
+
return std::complex<_Tp>(__x.real(),
|
|
210
|
+
copysign(__pi * _Tp(0.25), __x.imag()));
|
|
211
|
+
else
|
|
212
|
+
return std::complex<_Tp>(-__x.real(),
|
|
213
|
+
copysign(__pi * _Tp(0.75), __x.imag()));
|
|
214
|
+
}
|
|
215
|
+
if (__x.real() < 0)
|
|
216
|
+
return std::complex<_Tp>(-__x.real(), copysign(__pi, __x.imag()));
|
|
217
|
+
return std::complex<_Tp>(__x.real(), copysign(_Tp(0), __x.imag()));
|
|
218
|
+
}
|
|
219
|
+
if (std::isnan(__x.real())) {
|
|
220
|
+
if (std::isinf(__x.imag()))
|
|
221
|
+
return std::complex<_Tp>(abs(__x.imag()), __x.real());
|
|
222
|
+
return std::complex<_Tp>(__x.real(), __x.real());
|
|
223
|
+
}
|
|
224
|
+
if (std::isinf(__x.imag()))
|
|
225
|
+
return std::complex<_Tp>(abs(__x.imag()),
|
|
226
|
+
copysign(__pi / _Tp(2), __x.imag()));
|
|
227
|
+
std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
|
|
228
|
+
return std::complex<_Tp>(copysign(__z.real(), _Tp(0)),
|
|
229
|
+
copysign(__z.imag(), __x.imag()));
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// atanh
|
|
233
|
+
|
|
234
|
+
template <class _Tp>
|
|
235
|
+
__DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) {
|
|
236
|
+
const _Tp __pi(atan2(+0., -0.));
|
|
237
|
+
if (std::isinf(__x.imag())) {
|
|
238
|
+
return std::complex<_Tp>(copysign(_Tp(0), __x.real()),
|
|
239
|
+
copysign(__pi / _Tp(2), __x.imag()));
|
|
240
|
+
}
|
|
241
|
+
if (std::isnan(__x.imag())) {
|
|
242
|
+
if (std::isinf(__x.real()) || __x.real() == 0)
|
|
243
|
+
return std::complex<_Tp>(copysign(_Tp(0), __x.real()), __x.imag());
|
|
244
|
+
return std::complex<_Tp>(__x.imag(), __x.imag());
|
|
245
|
+
}
|
|
246
|
+
if (std::isnan(__x.real())) {
|
|
247
|
+
return std::complex<_Tp>(__x.real(), __x.real());
|
|
248
|
+
}
|
|
249
|
+
if (std::isinf(__x.real())) {
|
|
250
|
+
return std::complex<_Tp>(copysign(_Tp(0), __x.real()),
|
|
251
|
+
copysign(__pi / _Tp(2), __x.imag()));
|
|
252
|
+
}
|
|
253
|
+
if (abs(__x.real()) == _Tp(1) && __x.imag() == _Tp(0)) {
|
|
254
|
+
return std::complex<_Tp>(copysign(_Tp(INFINITY), __x.real()),
|
|
255
|
+
copysign(_Tp(0), __x.imag()));
|
|
256
|
+
}
|
|
257
|
+
std::complex<_Tp> __z = log((_Tp(1) + __x) / (_Tp(1) - __x)) / _Tp(2);
|
|
258
|
+
return std::complex<_Tp>(copysign(__z.real(), __x.real()),
|
|
259
|
+
copysign(__z.imag(), __x.imag()));
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// sinh
|
|
263
|
+
|
|
264
|
+
template <class _Tp>
|
|
265
|
+
__DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) {
|
|
266
|
+
if (std::isinf(__x.real()) && !std::isfinite(__x.imag()))
|
|
267
|
+
return std::complex<_Tp>(__x.real(), _Tp(NAN));
|
|
268
|
+
if (__x.real() == 0 && !std::isfinite(__x.imag()))
|
|
269
|
+
return std::complex<_Tp>(__x.real(), _Tp(NAN));
|
|
270
|
+
if (__x.imag() == 0 && !std::isfinite(__x.real()))
|
|
271
|
+
return __x;
|
|
272
|
+
return std::complex<_Tp>(sinh(__x.real()) * cos(__x.imag()),
|
|
273
|
+
cosh(__x.real()) * sin(__x.imag()));
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// cosh
|
|
277
|
+
|
|
278
|
+
template <class _Tp>
|
|
279
|
+
__DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) {
|
|
280
|
+
if (std::isinf(__x.real()) && !std::isfinite(__x.imag()))
|
|
281
|
+
return std::complex<_Tp>(abs(__x.real()), _Tp(NAN));
|
|
282
|
+
if (__x.real() == 0 && !std::isfinite(__x.imag()))
|
|
283
|
+
return std::complex<_Tp>(_Tp(NAN), __x.real());
|
|
284
|
+
if (__x.real() == 0 && __x.imag() == 0)
|
|
285
|
+
return std::complex<_Tp>(_Tp(1), __x.imag());
|
|
286
|
+
if (__x.imag() == 0 && !std::isfinite(__x.real()))
|
|
287
|
+
return std::complex<_Tp>(abs(__x.real()), __x.imag());
|
|
288
|
+
return std::complex<_Tp>(cosh(__x.real()) * cos(__x.imag()),
|
|
289
|
+
sinh(__x.real()) * sin(__x.imag()));
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// tanh
|
|
293
|
+
|
|
294
|
+
template <class _Tp>
|
|
295
|
+
__DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) {
|
|
296
|
+
if (std::isinf(__x.real())) {
|
|
297
|
+
if (!std::isfinite(__x.imag()))
|
|
298
|
+
return std::complex<_Tp>(_Tp(1), _Tp(0));
|
|
299
|
+
return std::complex<_Tp>(_Tp(1),
|
|
300
|
+
copysign(_Tp(0), sin(_Tp(2) * __x.imag())));
|
|
301
|
+
}
|
|
302
|
+
if (std::isnan(__x.real()) && __x.imag() == 0)
|
|
303
|
+
return __x;
|
|
304
|
+
_Tp __2r(_Tp(2) * __x.real());
|
|
305
|
+
_Tp __2i(_Tp(2) * __x.imag());
|
|
306
|
+
_Tp __d(cosh(__2r) + cos(__2i));
|
|
307
|
+
_Tp __2rsh(sinh(__2r));
|
|
308
|
+
if (std::isinf(__2rsh) && std::isinf(__d))
|
|
309
|
+
return std::complex<_Tp>(__2rsh > _Tp(0) ? _Tp(1) : _Tp(-1),
|
|
310
|
+
__2i > _Tp(0) ? _Tp(0) : _Tp(-0.));
|
|
311
|
+
return std::complex<_Tp>(__2rsh / __d, sin(__2i) / __d);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// asin
|
|
315
|
+
|
|
316
|
+
template <class _Tp>
|
|
317
|
+
__DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) {
|
|
318
|
+
std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real()));
|
|
319
|
+
return std::complex<_Tp>(__z.imag(), -__z.real());
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// acos
|
|
323
|
+
|
|
324
|
+
template <class _Tp>
|
|
325
|
+
__DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) {
|
|
326
|
+
const _Tp __pi(atan2(+0., -0.));
|
|
327
|
+
if (std::isinf(__x.real())) {
|
|
328
|
+
if (std::isnan(__x.imag()))
|
|
329
|
+
return std::complex<_Tp>(__x.imag(), __x.real());
|
|
330
|
+
if (std::isinf(__x.imag())) {
|
|
331
|
+
if (__x.real() < _Tp(0))
|
|
332
|
+
return std::complex<_Tp>(_Tp(0.75) * __pi, -__x.imag());
|
|
333
|
+
return std::complex<_Tp>(_Tp(0.25) * __pi, -__x.imag());
|
|
334
|
+
}
|
|
335
|
+
if (__x.real() < _Tp(0))
|
|
336
|
+
return std::complex<_Tp>(__pi,
|
|
337
|
+
signbit(__x.imag()) ? -__x.real() : __x.real());
|
|
338
|
+
return std::complex<_Tp>(_Tp(0),
|
|
339
|
+
signbit(__x.imag()) ? __x.real() : -__x.real());
|
|
340
|
+
}
|
|
341
|
+
if (std::isnan(__x.real())) {
|
|
342
|
+
if (std::isinf(__x.imag()))
|
|
343
|
+
return std::complex<_Tp>(__x.real(), -__x.imag());
|
|
344
|
+
return std::complex<_Tp>(__x.real(), __x.real());
|
|
345
|
+
}
|
|
346
|
+
if (std::isinf(__x.imag()))
|
|
347
|
+
return std::complex<_Tp>(__pi / _Tp(2), -__x.imag());
|
|
348
|
+
if (__x.real() == 0 && (__x.imag() == 0 || isnan(__x.imag())))
|
|
349
|
+
return std::complex<_Tp>(__pi / _Tp(2), -__x.imag());
|
|
350
|
+
std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
|
|
351
|
+
if (signbit(__x.imag()))
|
|
352
|
+
return std::complex<_Tp>(abs(__z.imag()), abs(__z.real()));
|
|
353
|
+
return std::complex<_Tp>(abs(__z.imag()), -abs(__z.real()));
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// atan
|
|
357
|
+
|
|
358
|
+
template <class _Tp>
|
|
359
|
+
__DEVICE__ std::complex<_Tp> atan(const std::complex<_Tp> &__x) {
|
|
360
|
+
std::complex<_Tp> __z = atanh(complex<_Tp>(-__x.imag(), __x.real()));
|
|
361
|
+
return std::complex<_Tp>(__z.imag(), -__z.real());
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// sin
|
|
365
|
+
|
|
366
|
+
template <class _Tp>
|
|
367
|
+
__DEVICE__ std::complex<_Tp> sin(const std::complex<_Tp> &__x) {
|
|
368
|
+
std::complex<_Tp> __z = sinh(complex<_Tp>(-__x.imag(), __x.real()));
|
|
369
|
+
return std::complex<_Tp>(__z.imag(), -__z.real());
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// cos
|
|
373
|
+
|
|
374
|
+
template <class _Tp> std::complex<_Tp> cos(const std::complex<_Tp> &__x) {
|
|
375
|
+
return cosh(complex<_Tp>(-__x.imag(), __x.real()));
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// tan
|
|
379
|
+
|
|
380
|
+
template <class _Tp>
|
|
381
|
+
__DEVICE__ std::complex<_Tp> tan(const std::complex<_Tp> &__x) {
|
|
382
|
+
std::complex<_Tp> __z = tanh(complex<_Tp>(-__x.imag(), __x.real()));
|
|
383
|
+
return std::complex<_Tp>(__z.imag(), -__z.real());
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
} // namespace std
|
|
387
|
+
|
|
388
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/math.h
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/*===---- openmp_wrapper/math.h -------- OpenMP math.h intercept ------ c++ -===
|
|
2
|
+
*
|
|
3
|
+
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
4
|
+
* See https://llvm.org/LICENSE.txt for license information.
|
|
5
|
+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
6
|
+
*
|
|
7
|
+
*===-----------------------------------------------------------------------===
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
// If we are in C++ mode and include <math.h> (not <cmath>) first, we still need
|
|
11
|
+
// to make sure <cmath> is read first. The problem otherwise is that we haven't
|
|
12
|
+
// seen the declarations of the math.h functions when the system math.h includes
|
|
13
|
+
// our cmath overlay. However, our cmath overlay, or better the underlying
|
|
14
|
+
// overlay, e.g. CUDA, uses the math.h functions. Since we haven't declared them
|
|
15
|
+
// yet we get errors. CUDA avoids this by eagerly declaring all math functions
|
|
16
|
+
// (in the __device__ space) but we cannot do this. Instead we break the
|
|
17
|
+
// dependence by forcing cmath to go first. While our cmath will in turn include
|
|
18
|
+
// this file, the cmath guards will prevent recursion.
|
|
19
|
+
#ifdef __cplusplus
|
|
20
|
+
#include <cmath>
|
|
21
|
+
#endif
|
|
22
|
+
|
|
23
|
+
#ifndef __CLANG_OPENMP_MATH_H__
|
|
24
|
+
#define __CLANG_OPENMP_MATH_H__
|
|
25
|
+
|
|
26
|
+
#ifndef _OPENMP
|
|
27
|
+
#error "This file is for OpenMP compilation only."
|
|
28
|
+
#endif
|
|
29
|
+
|
|
30
|
+
#include_next <math.h>
|
|
31
|
+
|
|
32
|
+
// We need limits.h for __clang_cuda_math.h below and because it should not hurt
|
|
33
|
+
// we include it eagerly here.
|
|
34
|
+
#include <limits.h>
|
|
35
|
+
|
|
36
|
+
// We need stdlib.h because (for now) __clang_cuda_math.h below declares `abs`
|
|
37
|
+
// which should live in stdlib.h.
|
|
38
|
+
#include <stdlib.h>
|
|
39
|
+
|
|
40
|
+
#pragma omp begin declare variant match( \
|
|
41
|
+
device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
|
42
|
+
|
|
43
|
+
#define __CUDA__
|
|
44
|
+
#define __OPENMP_NVPTX__
|
|
45
|
+
#include <__clang_cuda_math.h>
|
|
46
|
+
#undef __OPENMP_NVPTX__
|
|
47
|
+
#undef __CUDA__
|
|
48
|
+
|
|
49
|
+
#pragma omp end declare variant
|
|
50
|
+
|
|
51
|
+
#ifdef __AMDGCN__
|
|
52
|
+
#pragma omp begin declare variant match(device = {arch(amdgcn)})
|
|
53
|
+
|
|
54
|
+
#define __OPENMP_AMDGCN__
|
|
55
|
+
#include <__clang_hip_math.h>
|
|
56
|
+
#undef __OPENMP_AMDGCN__
|
|
57
|
+
|
|
58
|
+
#pragma omp end declare variant
|
|
59
|
+
#endif
|
|
60
|
+
|
|
61
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/openmp_wrappers/new
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
//===--------- new - OPENMP wrapper for <new> ------------------------------===
|
|
2
|
+
//
|
|
3
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
4
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
5
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
6
|
+
//
|
|
7
|
+
//===-----------------------------------------------------------------------===
|
|
8
|
+
|
|
9
|
+
#ifndef __CLANG_OPENMP_WRAPPERS_NEW
|
|
10
|
+
#define __CLANG_OPENMP_WRAPPERS_NEW
|
|
11
|
+
|
|
12
|
+
// We need the system <new> for the std::nothrow_t. The new/delete operators
|
|
13
|
+
// which do not use nothrow_t are provided without the <new> header.
|
|
14
|
+
#include_next <new>
|
|
15
|
+
|
|
16
|
+
#if (defined(__NVPTX__) || defined(__AMDGPU__)) && defined(_OPENMP)
|
|
17
|
+
|
|
18
|
+
#include <cstdlib>
|
|
19
|
+
|
|
20
|
+
#pragma push_macro("OPENMP_NOEXCEPT")
|
|
21
|
+
#if __cplusplus >= 201103L
|
|
22
|
+
#define OPENMP_NOEXCEPT noexcept
|
|
23
|
+
#else
|
|
24
|
+
#define OPENMP_NOEXCEPT
|
|
25
|
+
#endif
|
|
26
|
+
|
|
27
|
+
inline void *operator new(__SIZE_TYPE__ size,
|
|
28
|
+
const std::nothrow_t &) OPENMP_NOEXCEPT {
|
|
29
|
+
return ::operator new(size);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
inline void *operator new[](__SIZE_TYPE__ size, const std::nothrow_t &) {
|
|
33
|
+
return ::operator new(size);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
inline void operator delete(void *ptr, const std::nothrow_t &)OPENMP_NOEXCEPT {
|
|
37
|
+
::operator delete(ptr);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
inline void operator delete[](void *ptr,
|
|
41
|
+
const std::nothrow_t &) OPENMP_NOEXCEPT {
|
|
42
|
+
::operator delete(ptr);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
#pragma pop_macro("OPENMP_NOEXCEPT")
|
|
46
|
+
#endif
|
|
47
|
+
|
|
48
|
+
#endif // include guard
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*===---- pconfigintrin.h - X86 platform configuration ---------------------===
|
|
2
|
+
*
|
|
3
|
+
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
4
|
+
* See https://llvm.org/LICENSE.txt for license information.
|
|
5
|
+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
6
|
+
*
|
|
7
|
+
*===-----------------------------------------------------------------------===
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
#if !defined __X86INTRIN_H && !defined __IMMINTRIN_H
|
|
11
|
+
#error "Never use <pconfigintrin.h> directly; include <x86intrin.h> instead."
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifndef __PCONFIGINTRIN_H
|
|
15
|
+
#define __PCONFIGINTRIN_H
|
|
16
|
+
|
|
17
|
+
#define __PCONFIG_KEY_PROGRAM 0x00000001
|
|
18
|
+
|
|
19
|
+
#if __has_extension(gnu_asm)
|
|
20
|
+
|
|
21
|
+
/* Define the default attributes for the functions in this file. */
|
|
22
|
+
#define __DEFAULT_FN_ATTRS \
|
|
23
|
+
__attribute__((__always_inline__, __nodebug__, __target__("pconfig")))
|
|
24
|
+
|
|
25
|
+
static __inline unsigned int __DEFAULT_FN_ATTRS
|
|
26
|
+
_pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[])
|
|
27
|
+
{
|
|
28
|
+
unsigned int __result;
|
|
29
|
+
__asm__ ("pconfig"
|
|
30
|
+
: "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2])
|
|
31
|
+
: "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
|
|
32
|
+
: "cc");
|
|
33
|
+
return __result;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
#undef __DEFAULT_FN_ATTRS
|
|
37
|
+
|
|
38
|
+
#endif /* __has_extension(gnu_asm) */
|
|
39
|
+
|
|
40
|
+
#endif
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*===---- pkuintrin.h - PKU intrinsics -------------------------------------===
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
* See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
*
|
|
8
|
+
*===-----------------------------------------------------------------------===
|
|
9
|
+
*/
|
|
10
|
+
#ifndef __IMMINTRIN_H
|
|
11
|
+
#error "Never use <pkuintrin.h> directly; include <immintrin.h> instead."
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifndef __PKUINTRIN_H
|
|
15
|
+
#define __PKUINTRIN_H
|
|
16
|
+
|
|
17
|
+
/* Define the default attributes for the functions in this file. */
|
|
18
|
+
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("pku")))
|
|
19
|
+
|
|
20
|
+
static __inline__ unsigned int __DEFAULT_FN_ATTRS
|
|
21
|
+
_rdpkru_u32(void)
|
|
22
|
+
{
|
|
23
|
+
return __builtin_ia32_rdpkru();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static __inline__ void __DEFAULT_FN_ATTRS
|
|
27
|
+
_wrpkru(unsigned int __val)
|
|
28
|
+
{
|
|
29
|
+
__builtin_ia32_wrpkru(__val);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
#undef __DEFAULT_FN_ATTRS
|
|
33
|
+
|
|
34
|
+
#endif
|