[all-commits] [llvm/llvm-project] 96ed45: [libc++][NFC] Remove MSVC specific code.
mordante via All-commits
all-commits at lists.llvm.org
Mon Aug 9 09:14:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96ed451f8d5df711c6dd4887909cba8493454951
https://github.com/llvm/llvm-project/commit/96ed451f8d5df711c6dd4887909cba8493454951
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M libcxx/include/charconv
Log Message:
-----------
[libc++][NFC] Remove MSVC specific code.
Switching `__builtin_clzll` to `__libcpp_clz` should work on all
platforms and no longer require MSVC specific code.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D107709
More information about the All-commits
mailing list