Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 451 Bytes

environment.md

File metadata and controls

17 lines (12 loc) · 451 Bytes

Environment

WORK IN PROGRESS

This document is not finished and subject to change. Although the general content idea will stay the same, some details could change

System details

Do not try to use SIMD/AVX or any other CPU architecture extensions directly. This will probably just result in your program crashing. Rely on your compiler!

System

  • Linux kernel version >= 5.15.0

Program limitations

  • 1 Thread
  • 2 GiB of memory