[libcxx-commits] [PATCH] D104987: Use GetSystemTimePreciseAsFileTime() if available

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 10 05:46:05 PDT 2021


mstorsjo added a comment.

No, this isn’t what I suggested.

  If (win8 && desktop) || win10
      New func, statically 
  Elif !desktop
      Old func, statically 
  Else
      Runtime init
  Endif 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104987/new/

https://reviews.llvm.org/D104987



More information about the libcxx-commits mailing list