Noah Goldstein b446822b6a x86: Add bounds x86_non_temporal_threshold
The lower-bound (16448) and upper-bound (SIZE_MAX / 16) are assumed
by memmove-vec-unaligned-erms.

The lower-bound is needed because memmove-vec-unaligned-erms unrolls
the loop aggressively in the L(large_memset_4x) case.

The upper-bound is needed because memmove-vec-unaligned-erms
right-shifts the value of `x86_non_temporal_threshold` by
LOG_4X_MEMCPY_THRESH (4) which without a bound may overflow.

The lack of lower-bound can be a correctness issue. The lack of
upper-bound cannot.
2022-06-15 14:25:55 -07:00
..
2022-05-30 16:32:22 -03:00
2022-05-30 16:32:33 -03:00
2022-02-14 19:29:02 +01:00
2022-05-30 16:33:11 -03:00
2022-05-30 16:33:54 -03:00
2022-05-30 16:33:16 -03:00
2022-05-30 16:33:22 -03:00
2022-05-30 16:33:28 -03:00
2022-06-02 15:43:28 -03:00