@nativescript/visionos 8.7.1 → 8.8.1
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 +0 -5
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_intrinsics.h +191 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/__clang_cuda_math.h +1 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/__clang_cuda_texture_intrinsics.h +2 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/__clang_hip_cmath.h +1 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/__clang_hip_libdevice_declares.h +37 -30
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_hip_math.h +66 -84
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_hip_runtime_wrapper.h +14 -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/{15.0.7 → 17}/include/__stddef_max_align_t.h +1 -1
- 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/adxintrin.h +227 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/altivec.h +150 -138
- 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-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/amxintrin.h +32 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/arm_acle.h +86 -81
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/arm_fp16.h +1 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/arm_neon.h +26534 -26541
- 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-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/arm_sve.h +7852 -7949
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avx2intrin.h +5263 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512bf16intrin.h +18 -15
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/avx512fintrin.h +19 -9
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512fp16intrin.h +18 -17
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/avx512ifmavlintrin.h +13 -27
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlbf16intrin.h +31 -38
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/avx512vlbwintrin.h +352 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlfp16intrin.h +3 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/avxifmaintrin.h +177 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/avxintrin.h +32 -9
- 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/bmi2intrin.h +255 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/clflushoptintrin.h +9 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/clzerointrin.h +7 -5
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/cmpccxaddintrin.h +70 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/cpuid.h +11 -1
- 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-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/emmintrin.h +11 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/float.h +20 -17
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/fmaintrin.h +780 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/gfniintrin.h +7 -5
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/immintrin.h +151 -11
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/larchintrin.h +234 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/limits.h +8 -3
- 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/{15.0.7 → 17}/include/module.modulemap +164 -2
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/mwaitxintrin.h +62 -0
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/opencl-c-base.h +22 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/opencl-c.h +175 -145
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/__clang_openmp_device_functions.h +0 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/openmp_wrappers/new +1 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/pmmintrin.h +12 -6
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/ppc_wrappers/emmintrin.h +4 -3
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/ppc_wrappers/mm_malloc.h +1 -1
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/mmintrin.h +2 -2
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/ppc_wrappers/pmmintrin.h +2 -2
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/ppc_wrappers/smmintrin.h +4 -4
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/ppc_wrappers/tmmintrin.h +2 -2
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/xmmintrin.h +2 -2
- 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/ptrauth.h +354 -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/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/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/{15.0.7/include/hlsl.h → 17/include/sifive_vector.h} +7 -6
- 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-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/smmintrin.h +2 -2
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/stdalign.h +5 -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/{15.0.7 → 17}/include/stdatomic.h +14 -4
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/stdbool.h +2 -2
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/stddef.h +116 -0
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/stdint.h +158 -40
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/stdnoreturn.h +1 -1
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/unwind.h +2 -1
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/velintrin.h +1 -1
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/wasm_simd128.h +132 -12
- package/framework/internal/{metadata-generator-x86_64/bin/lib/clang/15.0.7 → metadata-generator-arm64/bin/lib/clang/17}/include/x86gprintrin.h +19 -7
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/xmmintrin.h +1 -2
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/17/include/xsavecintrin.h +84 -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 +0 -5
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_intrinsics.h +191 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/__clang_cuda_math.h +1 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/__clang_cuda_texture_intrinsics.h +2 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/__clang_hip_cmath.h +1 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/__clang_hip_libdevice_declares.h +37 -30
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_hip_math.h +66 -84
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_hip_runtime_wrapper.h +14 -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/{15.0.7 → 17}/include/__stddef_max_align_t.h +1 -1
- 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/adxintrin.h +227 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/altivec.h +150 -138
- 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-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/amxintrin.h +32 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/arm_acle.h +86 -81
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/arm_fp16.h +1 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/arm_neon.h +26534 -26541
- 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-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/arm_sve.h +7852 -7949
- 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/{15.0.7 → 17}/include/avx512bf16intrin.h +18 -15
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/avx512fintrin.h +19 -9
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512fp16intrin.h +18 -17
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/avx512ifmavlintrin.h +13 -27
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlbf16intrin.h +31 -38
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/avx512vlbwintrin.h +352 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlfp16intrin.h +3 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/avxifmaintrin.h +177 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/avxintrin.h +32 -9
- 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/bmi2intrin.h +255 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/clflushoptintrin.h +9 -0
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/clzerointrin.h +7 -5
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/cmpccxaddintrin.h +70 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/cpuid.h +11 -1
- 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-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/emmintrin.h +11 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/float.h +20 -17
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/fmaintrin.h +780 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/gfniintrin.h +7 -5
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/immintrin.h +151 -11
- 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/{15.0.7 → 17}/include/limits.h +8 -3
- 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/{15.0.7 → 17}/include/module.modulemap +164 -2
- 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/{15.0.7 → 17}/include/opencl-c-base.h +22 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/opencl-c.h +175 -145
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/__clang_openmp_device_functions.h +0 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/openmp_wrappers/new +1 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/pmmintrin.h +12 -6
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/ppc_wrappers/emmintrin.h +4 -3
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/ppc_wrappers/mm_malloc.h +1 -1
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/mmintrin.h +2 -2
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/ppc_wrappers/pmmintrin.h +2 -2
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/ppc_wrappers/smmintrin.h +4 -4
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/ppc_wrappers/tmmintrin.h +2 -2
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/xmmintrin.h +2 -2
- 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/ptrauth.h +354 -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/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/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/{15.0.7/include/hlsl.h → 17/include/sifive_vector.h} +7 -6
- 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-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/smmintrin.h +2 -2
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/stdalign.h +5 -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/{15.0.7 → 17}/include/stdatomic.h +14 -4
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/stdbool.h +2 -2
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/stddef.h +116 -0
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/stdint.h +158 -40
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/stdnoreturn.h +1 -1
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/unwind.h +2 -1
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/velintrin.h +1 -1
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/wasm_simd128.h +132 -12
- package/framework/internal/{metadata-generator-arm64/bin/lib/clang/15.0.7 → metadata-generator-x86_64/bin/lib/clang/17}/include/x86gprintrin.h +19 -7
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/xmmintrin.h +1 -2
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/xsavecintrin.h +84 -0
- package/framework/internal/metadata-generator-x86_64/bin/objc-metadata-generator +0 -0
- package/package.json +9 -1
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/adxintrin.h +0 -72
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/avx2intrin.h +0 -1148
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/bmi2intrin.h +0 -81
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/fmaintrin.h +0 -216
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/hlsl_basic_types.h +0 -64
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/hlsl_intrinsics.h +0 -15
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/mwaitxintrin.h +0 -33
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/rdseedintrin.h +0 -42
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/riscv_vector.h +0 -202
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/shaintrin.h +0 -61
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/stdarg.h +0 -35
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/stddef.h +0 -121
- package/framework/internal/metadata-generator-arm64/bin/lib/clang/15.0.7/include/xsavecintrin.h +0 -34
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/adxintrin.h +0 -72
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/avx2intrin.h +0 -1148
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/bmi2intrin.h +0 -81
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/fmaintrin.h +0 -216
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/hlsl_basic_types.h +0 -64
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/hlsl_intrinsics.h +0 -15
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/mwaitxintrin.h +0 -33
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/rdseedintrin.h +0 -42
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/riscv_vector.h +0 -202
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/shaintrin.h +0 -61
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/stdarg.h +0 -35
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/stddef.h +0 -121
- package/framework/internal/metadata-generator-x86_64/bin/lib/clang/15.0.7/include/xsavecintrin.h +0 -34
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_builtin_vars.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_cmath.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_complex_builtins.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_device_functions.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_libdevice_declares.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_math_forward_declares.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_runtime_wrapper.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__wmmintrin_aes.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/__wmmintrin_pclmul.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ammintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/arm64intr.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/arm_bf16.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/arm_cde.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/arm_cmse.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/arm_mve.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/armintr.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512bitalgintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512bwintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512cdintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512dqintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512erintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512ifmaintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512pfintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vbmi2intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vbmiintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vbmivlintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlbitalgintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlcdintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vldqintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlvbmi2intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlvnniintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlvp2intersectintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vnniintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vp2intersectintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vpopcntdqintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avx512vpopcntdqvlintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/avxvnniintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/bmiintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/builtins.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/cet.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/cetintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/cldemoteintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/clwbintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/crc32intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/cuda_wrappers/algorithm +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/cuda_wrappers/complex +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/cuda_wrappers/new +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/enqcmdintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/f16cintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/fma4intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/fxsrintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/hexagon_circ_brev_intrinsics.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/hexagon_protos.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/hexagon_types.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/hresetintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/htmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/htmxlintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/hvx_hexagon_protos.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ia32intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/inttypes.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/invpcidintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/iso646.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/keylockerintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/lwpintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/lzcntintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/mm3dnow.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/mm_malloc.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/mmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/movdirintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/msa.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/nmmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/cmath +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/complex +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/complex.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/complex_cmath.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/math.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/pconfigintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/pkuintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/popcntintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/bmi2intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/bmiintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/immintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/x86gprintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/x86intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/prfchwintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/ptwriteintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/rdpruintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/rtmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/s390intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/serializeintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/sgxintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/tbmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/tgmath.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/tmmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/tsxldtrkintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/uintrintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/vadefs.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/vaesintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/varargs.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/vecintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/velintrin_approx.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/velintrin_gen.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/vpclmulqdqintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/waitpkgintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/wbnoinvdintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/wmmintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/x86intrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/xopintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/xsaveintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/xsaveoptintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/xsavesintrin.h +0 -0
- /package/framework/internal/metadata-generator-arm64/bin/lib/clang/{15.0.7 → 17}/include/xtestintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_builtin_vars.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_cmath.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_complex_builtins.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_device_functions.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_libdevice_declares.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_math_forward_declares.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__clang_cuda_runtime_wrapper.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__wmmintrin_aes.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/__wmmintrin_pclmul.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ammintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/arm64intr.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/arm_bf16.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/arm_cde.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/arm_cmse.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/arm_mve.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/armintr.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512bitalgintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512bwintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512cdintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512dqintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512erintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512ifmaintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512pfintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vbmi2intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vbmiintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vbmivlintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlbitalgintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlcdintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vldqintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlvbmi2intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlvnniintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vlvp2intersectintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vnniintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vp2intersectintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vpopcntdqintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avx512vpopcntdqvlintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/avxvnniintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/bmiintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/builtins.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/cet.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/cetintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/cldemoteintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/clwbintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/crc32intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/cuda_wrappers/algorithm +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/cuda_wrappers/complex +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/cuda_wrappers/new +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/enqcmdintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/f16cintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/fma4intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/fxsrintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/hexagon_circ_brev_intrinsics.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/hexagon_protos.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/hexagon_types.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/hresetintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/htmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/htmxlintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/hvx_hexagon_protos.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ia32intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/inttypes.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/invpcidintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/iso646.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/keylockerintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/lwpintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/lzcntintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/mm3dnow.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/mm_malloc.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/mmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/movdirintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/msa.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/nmmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/cmath +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/complex +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/complex.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/complex_cmath.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/openmp_wrappers/math.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/pconfigintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/pkuintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/popcntintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/bmi2intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/bmiintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/immintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/x86gprintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ppc_wrappers/x86intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/prfchwintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/ptwriteintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/rdpruintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/rtmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/s390intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/serializeintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/sgxintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/tbmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/tgmath.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/tmmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/tsxldtrkintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/uintrintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/vadefs.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/vaesintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/varargs.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/vecintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/velintrin_approx.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/velintrin_gen.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/vpclmulqdqintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/waitpkgintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/wbnoinvdintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/wmmintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/x86intrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/xopintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/xsaveintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/xsaveoptintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/xsavesintrin.h +0 -0
- /package/framework/internal/metadata-generator-x86_64/bin/lib/clang/{15.0.7 → 17}/include/xtestintrin.h +0 -0
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_va_arg.h
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*===---- __stdarg_va_arg.h - Definitions of va_start, va_arg, va_end-------===
|
|
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
|
+
#ifndef va_arg
|
|
11
|
+
|
|
12
|
+
/* FIXME: This is using the placeholder dates Clang produces for these macros
|
|
13
|
+
in C2x mode; switch to the correct values once they've been published. */
|
|
14
|
+
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202000L
|
|
15
|
+
/* C2x does not require the second parameter for va_start. */
|
|
16
|
+
#define va_start(ap, ...) __builtin_va_start(ap, 0)
|
|
17
|
+
#else
|
|
18
|
+
/* Versions before C2x do require the second parameter. */
|
|
19
|
+
#define va_start(ap, param) __builtin_va_start(ap, param)
|
|
20
|
+
#endif
|
|
21
|
+
#define va_end(ap) __builtin_va_end(ap)
|
|
22
|
+
#define va_arg(ap, type) __builtin_va_arg(ap, type)
|
|
23
|
+
|
|
24
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_va_copy.h
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*===---- __stdarg_va_copy.h - Definition of va_copy------------------------===
|
|
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
|
+
#ifndef va_copy
|
|
11
|
+
#define va_copy(dest, src) __builtin_va_copy(dest, src)
|
|
12
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stdarg_va_list.h
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*===---- __stdarg_va_list.h - Definition of va_list -----------------------===
|
|
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
|
+
#ifndef _VA_LIST
|
|
11
|
+
#define _VA_LIST
|
|
12
|
+
typedef __builtin_va_list va_list;
|
|
13
|
+
#endif
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*===---- __stddef_header_macro.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
|
+
|
|
10
|
+
#ifndef __STDDEF_H
|
|
11
|
+
#define __STDDEF_H
|
|
12
|
+
#endif
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*===---- __stddef_max_align_t.h - Definition of max_align_t
|
|
1
|
+
/*===---- __stddef_max_align_t.h - Definition of max_align_t ---------------===
|
|
2
2
|
*
|
|
3
3
|
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
4
4
|
* See https://llvm.org/LICENSE.txt for license information.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*===---- __stddef_null.h - Definition of NULL -----------------------------===
|
|
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(NULL) || !__building_module(_Builtin_stddef)
|
|
11
|
+
|
|
12
|
+
/* linux/stddef.h will define NULL to 0. glibc (and other) headers then define
|
|
13
|
+
* __need_NULL and rely on stddef.h to redefine NULL to the correct value again.
|
|
14
|
+
* Modules don't support redefining macros like that, but support that pattern
|
|
15
|
+
* in the non-modules case.
|
|
16
|
+
*/
|
|
17
|
+
#undef NULL
|
|
18
|
+
|
|
19
|
+
#ifdef __cplusplus
|
|
20
|
+
#if !defined(__MINGW32__) && !defined(_MSC_VER)
|
|
21
|
+
#define NULL __null
|
|
22
|
+
#else
|
|
23
|
+
#define NULL 0
|
|
24
|
+
#endif
|
|
25
|
+
#else
|
|
26
|
+
#define NULL ((void *)0)
|
|
27
|
+
#endif
|
|
28
|
+
|
|
29
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_nullptr_t.h
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*===---- __stddef_nullptr_t.h - Definition of nullptr_t -------------------===
|
|
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
|
+
/*
|
|
11
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
12
|
+
* and needs to behave as if it was textual.
|
|
13
|
+
*/
|
|
14
|
+
#if !defined(_NULLPTR_T) || \
|
|
15
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
16
|
+
#define _NULLPTR_T
|
|
17
|
+
|
|
18
|
+
#ifdef __cplusplus
|
|
19
|
+
#if defined(_MSC_EXTENSIONS) && defined(_NATIVE_NULLPTR_SUPPORTED)
|
|
20
|
+
namespace std {
|
|
21
|
+
typedef decltype(nullptr) nullptr_t;
|
|
22
|
+
}
|
|
23
|
+
using ::std::nullptr_t;
|
|
24
|
+
#endif
|
|
25
|
+
/* FIXME: This is using the placeholder dates Clang produces for these macros
|
|
26
|
+
in C2x mode; switch to the correct values once they've been published. */
|
|
27
|
+
#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202000L
|
|
28
|
+
typedef typeof(nullptr) nullptr_t;
|
|
29
|
+
#endif
|
|
30
|
+
|
|
31
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_offsetof.h
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*===---- __stddef_offsetof.h - Definition of offsetof ---------------------===
|
|
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
|
+
/*
|
|
11
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
12
|
+
* and needs to behave as if it was textual.
|
|
13
|
+
*/
|
|
14
|
+
#if !defined(offsetof) || \
|
|
15
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
16
|
+
#define offsetof(t, d) __builtin_offsetof(t, d)
|
|
17
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_ptrdiff_t.h
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*===---- __stddef_ptrdiff_t.h - Definition of ptrdiff_t -------------------===
|
|
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
|
+
/*
|
|
11
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
12
|
+
* and needs to behave as if it was textual.
|
|
13
|
+
*/
|
|
14
|
+
#if !defined(_PTRDIFF_T) || \
|
|
15
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
16
|
+
#define _PTRDIFF_T
|
|
17
|
+
|
|
18
|
+
typedef __PTRDIFF_TYPE__ ptrdiff_t;
|
|
19
|
+
|
|
20
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_rsize_t.h
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*===---- __stddef_rsize_t.h - Definition of rsize_t -----------------------===
|
|
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
|
+
/*
|
|
11
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
12
|
+
* and needs to behave as if it was textual.
|
|
13
|
+
*/
|
|
14
|
+
#if !defined(_RSIZE_T) || \
|
|
15
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
16
|
+
#define _RSIZE_T
|
|
17
|
+
|
|
18
|
+
typedef __SIZE_TYPE__ rsize_t;
|
|
19
|
+
|
|
20
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_size_t.h
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*===---- __stddef_size_t.h - Definition of size_t -------------------------===
|
|
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
|
+
/*
|
|
11
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
12
|
+
* and needs to behave as if it was textual.
|
|
13
|
+
*/
|
|
14
|
+
#if !defined(_SIZE_T) || \
|
|
15
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
16
|
+
#define _SIZE_T
|
|
17
|
+
|
|
18
|
+
typedef __SIZE_TYPE__ size_t;
|
|
19
|
+
|
|
20
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_unreachable.h
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*===---- __stddef_unreachable.h - Definition of unreachable ---------------===
|
|
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
|
+
#ifndef __cplusplus
|
|
11
|
+
|
|
12
|
+
/*
|
|
13
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
14
|
+
* and needs to behave as if it was textual.
|
|
15
|
+
*/
|
|
16
|
+
#if !defined(unreachable) || \
|
|
17
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
18
|
+
#define unreachable() __builtin_unreachable()
|
|
19
|
+
#endif
|
|
20
|
+
|
|
21
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_wchar_t.h
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*===---- __stddef_wchar.h - Definition of wchar_t -------------------------===
|
|
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(__cplusplus) || (defined(_MSC_VER) && !_NATIVE_WCHAR_T_DEFINED)
|
|
11
|
+
|
|
12
|
+
/*
|
|
13
|
+
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
|
|
14
|
+
* and needs to behave as if it was textual.
|
|
15
|
+
*/
|
|
16
|
+
#if !defined(_WCHAR_T) || \
|
|
17
|
+
(__has_feature(modules) && !__building_module(_Builtin_stddef))
|
|
18
|
+
#define _WCHAR_T
|
|
19
|
+
|
|
20
|
+
#ifdef _MSC_EXTENSIONS
|
|
21
|
+
#define _WCHAR_T_DEFINED
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
typedef __WCHAR_TYPE__ wchar_t;
|
|
25
|
+
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#endif
|
package/framework/internal/metadata-generator-x86_64/bin/lib/clang/17/include/__stddef_wint_t.h
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*===---- __stddef_wint.h - Definition of wint_t ---------------------------===
|
|
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
|
+
#ifndef _WINT_T
|
|
11
|
+
#define _WINT_T
|
|
12
|
+
|
|
13
|
+
typedef __WINT_TYPE__ wint_t;
|
|
14
|
+
|
|
15
|
+
#endif
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
/*===---- adxintrin.h - ADX intrinsics -------------------------------------===
|
|
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
|
+
#ifndef __IMMINTRIN_H
|
|
11
|
+
#error "Never use <adxintrin.h> directly; include <immintrin.h> instead."
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifndef __ADXINTRIN_H
|
|
15
|
+
#define __ADXINTRIN_H
|
|
16
|
+
|
|
17
|
+
/* Define the default attributes for the functions in this file. */
|
|
18
|
+
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__))
|
|
19
|
+
|
|
20
|
+
/* Use C++ inline semantics in C++, GNU inline for C mode. */
|
|
21
|
+
#if defined(__cplusplus)
|
|
22
|
+
#define __INLINE __inline
|
|
23
|
+
#else
|
|
24
|
+
#define __INLINE static __inline
|
|
25
|
+
#endif
|
|
26
|
+
|
|
27
|
+
#if defined(__cplusplus)
|
|
28
|
+
extern "C" {
|
|
29
|
+
#endif
|
|
30
|
+
|
|
31
|
+
/* Intrinsics that are available only if __ADX__ is defined. */
|
|
32
|
+
|
|
33
|
+
/// Adds unsigned 32-bit integers \a __x and \a __y, plus 0 or 1 as indicated
|
|
34
|
+
/// by the carry flag \a __cf. Stores the unsigned 32-bit sum in the memory
|
|
35
|
+
/// at \a __p, and returns the 8-bit carry-out (carry flag).
|
|
36
|
+
///
|
|
37
|
+
/// \code{.operation}
|
|
38
|
+
/// temp := (__cf == 0) ? 0 : 1
|
|
39
|
+
/// Store32(__p, __x + __y + temp)
|
|
40
|
+
/// result := CF
|
|
41
|
+
/// \endcode
|
|
42
|
+
///
|
|
43
|
+
/// \headerfile <immintrin.h>
|
|
44
|
+
///
|
|
45
|
+
/// This intrinsic corresponds to the \c ADCX instruction.
|
|
46
|
+
///
|
|
47
|
+
/// \param __cf
|
|
48
|
+
/// The 8-bit unsigned carry flag; any non-zero value indicates carry.
|
|
49
|
+
/// \param __x
|
|
50
|
+
/// A 32-bit unsigned addend.
|
|
51
|
+
/// \param __y
|
|
52
|
+
/// A 32-bit unsigned addend.
|
|
53
|
+
/// \param __p
|
|
54
|
+
/// Pointer to memory for storing the sum.
|
|
55
|
+
/// \returns The 8-bit unsigned carry-out value.
|
|
56
|
+
__INLINE unsigned char
|
|
57
|
+
__attribute__((__always_inline__, __nodebug__, __target__("adx")))
|
|
58
|
+
_addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y,
|
|
59
|
+
unsigned int *__p) {
|
|
60
|
+
return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
#ifdef __x86_64__
|
|
64
|
+
/// Adds unsigned 64-bit integers \a __x and \a __y, plus 0 or 1 as indicated
|
|
65
|
+
/// by the carry flag \a __cf. Stores the unsigned 64-bit sum in the memory
|
|
66
|
+
/// at \a __p, and returns the 8-bit carry-out (carry flag).
|
|
67
|
+
///
|
|
68
|
+
/// \code{.operation}
|
|
69
|
+
/// temp := (__cf == 0) ? 0 : 1
|
|
70
|
+
/// Store64(__p, __x + __y + temp)
|
|
71
|
+
/// result := CF
|
|
72
|
+
/// \endcode
|
|
73
|
+
///
|
|
74
|
+
/// \headerfile <immintrin.h>
|
|
75
|
+
///
|
|
76
|
+
/// This intrinsic corresponds to the \c ADCX instruction.
|
|
77
|
+
///
|
|
78
|
+
/// \param __cf
|
|
79
|
+
/// The 8-bit unsigned carry flag; any non-zero value indicates carry.
|
|
80
|
+
/// \param __x
|
|
81
|
+
/// A 64-bit unsigned addend.
|
|
82
|
+
/// \param __y
|
|
83
|
+
/// A 64-bit unsigned addend.
|
|
84
|
+
/// \param __p
|
|
85
|
+
/// Pointer to memory for storing the sum.
|
|
86
|
+
/// \returns The 8-bit unsigned carry-out value.
|
|
87
|
+
__INLINE unsigned char
|
|
88
|
+
__attribute__((__always_inline__, __nodebug__, __target__("adx")))
|
|
89
|
+
_addcarryx_u64(unsigned char __cf, unsigned long long __x,
|
|
90
|
+
unsigned long long __y, unsigned long long *__p) {
|
|
91
|
+
return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
|
|
92
|
+
}
|
|
93
|
+
#endif
|
|
94
|
+
|
|
95
|
+
/* Intrinsics that are also available if __ADX__ is undefined. */
|
|
96
|
+
|
|
97
|
+
/// Adds unsigned 32-bit integers \a __x and \a __y, plus 0 or 1 as indicated
|
|
98
|
+
/// by the carry flag \a __cf. Stores the unsigned 32-bit sum in the memory
|
|
99
|
+
/// at \a __p, and returns the 8-bit carry-out (carry flag).
|
|
100
|
+
///
|
|
101
|
+
/// \code{.operation}
|
|
102
|
+
/// temp := (__cf == 0) ? 0 : 1
|
|
103
|
+
/// Store32(__p, __x + __y + temp)
|
|
104
|
+
/// result := CF
|
|
105
|
+
/// \endcode
|
|
106
|
+
///
|
|
107
|
+
/// \headerfile <immintrin.h>
|
|
108
|
+
///
|
|
109
|
+
/// This intrinsic corresponds to the \c ADC instruction.
|
|
110
|
+
///
|
|
111
|
+
/// \param __cf
|
|
112
|
+
/// The 8-bit unsigned carry flag; any non-zero value indicates carry.
|
|
113
|
+
/// \param __x
|
|
114
|
+
/// A 32-bit unsigned addend.
|
|
115
|
+
/// \param __y
|
|
116
|
+
/// A 32-bit unsigned addend.
|
|
117
|
+
/// \param __p
|
|
118
|
+
/// Pointer to memory for storing the sum.
|
|
119
|
+
/// \returns The 8-bit unsigned carry-out value.
|
|
120
|
+
__INLINE unsigned char __DEFAULT_FN_ATTRS _addcarry_u32(unsigned char __cf,
|
|
121
|
+
unsigned int __x,
|
|
122
|
+
unsigned int __y,
|
|
123
|
+
unsigned int *__p) {
|
|
124
|
+
return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
#ifdef __x86_64__
|
|
128
|
+
/// Adds unsigned 64-bit integers \a __x and \a __y, plus 0 or 1 as indicated
|
|
129
|
+
/// by the carry flag \a __cf. Stores the unsigned 64-bit sum in the memory
|
|
130
|
+
/// at \a __p, and returns the 8-bit carry-out (carry flag).
|
|
131
|
+
///
|
|
132
|
+
/// \code{.operation}
|
|
133
|
+
/// temp := (__cf == 0) ? 0 : 1
|
|
134
|
+
/// Store64(__p, __x + __y + temp)
|
|
135
|
+
/// result := CF
|
|
136
|
+
/// \endcode
|
|
137
|
+
///
|
|
138
|
+
/// \headerfile <immintrin.h>
|
|
139
|
+
///
|
|
140
|
+
/// This intrinsic corresponds to the \c ADC instruction.
|
|
141
|
+
///
|
|
142
|
+
/// \param __cf
|
|
143
|
+
/// The 8-bit unsigned carry flag; any non-zero value indicates carry.
|
|
144
|
+
/// \param __x
|
|
145
|
+
/// A 64-bit unsigned addend.
|
|
146
|
+
/// \param __y
|
|
147
|
+
/// A 64-bit unsigned addend.
|
|
148
|
+
/// \param __p
|
|
149
|
+
/// Pointer to memory for storing the sum.
|
|
150
|
+
/// \returns The 8-bit unsigned carry-out value.
|
|
151
|
+
__INLINE unsigned char __DEFAULT_FN_ATTRS
|
|
152
|
+
_addcarry_u64(unsigned char __cf, unsigned long long __x,
|
|
153
|
+
unsigned long long __y, unsigned long long *__p) {
|
|
154
|
+
return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
|
|
155
|
+
}
|
|
156
|
+
#endif
|
|
157
|
+
|
|
158
|
+
/// Adds unsigned 32-bit integer \a __y to 0 or 1 as indicated by the carry
|
|
159
|
+
/// flag \a __cf, and subtracts the result from unsigned 32-bit integer
|
|
160
|
+
/// \a __x. Stores the unsigned 32-bit difference in the memory at \a __p,
|
|
161
|
+
/// and returns the 8-bit carry-out (carry or overflow flag).
|
|
162
|
+
///
|
|
163
|
+
/// \code{.operation}
|
|
164
|
+
/// temp := (__cf == 0) ? 0 : 1
|
|
165
|
+
/// Store32(__p, __x - (__y + temp))
|
|
166
|
+
/// result := CF
|
|
167
|
+
/// \endcode
|
|
168
|
+
///
|
|
169
|
+
/// \headerfile <immintrin.h>
|
|
170
|
+
///
|
|
171
|
+
/// This intrinsic corresponds to the \c SBB instruction.
|
|
172
|
+
///
|
|
173
|
+
/// \param __cf
|
|
174
|
+
/// The 8-bit unsigned carry flag; any non-zero value indicates carry.
|
|
175
|
+
/// \param __x
|
|
176
|
+
/// The 32-bit unsigned minuend.
|
|
177
|
+
/// \param __y
|
|
178
|
+
/// The 32-bit unsigned subtrahend.
|
|
179
|
+
/// \param __p
|
|
180
|
+
/// Pointer to memory for storing the difference.
|
|
181
|
+
/// \returns The 8-bit unsigned carry-out value.
|
|
182
|
+
__INLINE unsigned char __DEFAULT_FN_ATTRS _subborrow_u32(unsigned char __cf,
|
|
183
|
+
unsigned int __x,
|
|
184
|
+
unsigned int __y,
|
|
185
|
+
unsigned int *__p) {
|
|
186
|
+
return __builtin_ia32_subborrow_u32(__cf, __x, __y, __p);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
#ifdef __x86_64__
|
|
190
|
+
/// Adds unsigned 64-bit integer \a __y to 0 or 1 as indicated by the carry
|
|
191
|
+
/// flag \a __cf, and subtracts the result from unsigned 64-bit integer
|
|
192
|
+
/// \a __x. Stores the unsigned 64-bit difference in the memory at \a __p,
|
|
193
|
+
/// and returns the 8-bit carry-out (carry or overflow flag).
|
|
194
|
+
///
|
|
195
|
+
/// \code{.operation}
|
|
196
|
+
/// temp := (__cf == 0) ? 0 : 1
|
|
197
|
+
/// Store64(__p, __x - (__y + temp))
|
|
198
|
+
/// result := CF
|
|
199
|
+
/// \endcode
|
|
200
|
+
///
|
|
201
|
+
/// \headerfile <immintrin.h>
|
|
202
|
+
///
|
|
203
|
+
/// This intrinsic corresponds to the \c ADC instruction.
|
|
204
|
+
///
|
|
205
|
+
/// \param __cf
|
|
206
|
+
/// The 8-bit unsigned carry flag; any non-zero value indicates carry.
|
|
207
|
+
/// \param __x
|
|
208
|
+
/// The 64-bit unsigned minuend.
|
|
209
|
+
/// \param __y
|
|
210
|
+
/// The 64-bit unsigned subtrahend.
|
|
211
|
+
/// \param __p
|
|
212
|
+
/// Pointer to memory for storing the difference.
|
|
213
|
+
/// \returns The 8-bit unsigned carry-out value.
|
|
214
|
+
__INLINE unsigned char __DEFAULT_FN_ATTRS
|
|
215
|
+
_subborrow_u64(unsigned char __cf, unsigned long long __x,
|
|
216
|
+
unsigned long long __y, unsigned long long *__p) {
|
|
217
|
+
return __builtin_ia32_subborrow_u64(__cf, __x, __y, __p);
|
|
218
|
+
}
|
|
219
|
+
#endif
|
|
220
|
+
|
|
221
|
+
#if defined(__cplusplus)
|
|
222
|
+
}
|
|
223
|
+
#endif
|
|
224
|
+
|
|
225
|
+
#undef __DEFAULT_FN_ATTRS
|
|
226
|
+
|
|
227
|
+
#endif /* __ADXINTRIN_H */
|