view .editorconfig @ 31182:e217b44187a2 stable

doc: Clarify number of processors returned by "nproc" with hyperthreading. * libinterp/corefcn/nproc.cc (Fnproc): Clarify that the number of processors returned by this function might be higher than the number of physical cores (for processors with hyperthreading). See: https://octave.discourse.group/t/3121/20
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 11 Aug 2022 09:36:52 +0200
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab