Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AVX2 (0.01 sec)

  1. .bazelrc

    # Configure short or long logs
    common:short_logs --output_filter=DONT_MATCH_ANYTHING
    common:verbose_logs --output_filter=
    
    # Instruction set optimizations
    # TODO(gunan): Create a feature in toolchains for avx/avx2 to
    #   avoid having to define linux/win separately.
    common:avx_linux --copt=-mavx
    common:avx_linux --host_copt=-mavx
    common:avx_linux --copt="-mf16c"
    common:avx_win --copt=/arch:AVX
    common:avx_win --copt="-mf16c"
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top