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
    build:short_logs --output_filter=DONT_MATCH_ANYTHING
    build: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.
    build:avx_linux --copt=-mavx
    build:avx_linux --host_copt=-mavx
    build:avx_linux --copt="-mf16c"
    build:avx_win --copt=/arch:AVX
    build:avx_win --copt="-mf16c"
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top