Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2021-05-18 09:59:13 +0300
committerGitHub <noreply@github.com>2021-05-18 09:59:13 +0300
commit29965d2e0733e551160c6903344e01c5f1c84aa1 (patch)
treec1f3846a15f9e7585e25a4b232dbff282fce02b9 /THIRD-PARTY-NOTICES.TXT
parenta7f78bf7cca43136d0ed9449d44956643c0d9540 (diff)
Revert "Faster unsigned division by constants (#49585)" (#52885)
This reverts commit e4b4807e2fae2164d9116fbcdd49ba9044461e7e.
Diffstat (limited to 'THIRD-PARTY-NOTICES.TXT')
-rw-r--r--THIRD-PARTY-NOTICES.TXT10
1 files changed, 0 insertions, 10 deletions
diff --git a/THIRD-PARTY-NOTICES.TXT b/THIRD-PARTY-NOTICES.TXT
index b0694275b3d..54836c8b9d3 100644
--- a/THIRD-PARTY-NOTICES.TXT
+++ b/THIRD-PARTY-NOTICES.TXT
@@ -942,13 +942,3 @@ OF SUCH DAMAGES.
You acknowledge that this software is not designed, licensed or
intended for use in the design, construction, operation or
maintenance of any nuclear facility.
-
-
-License notice for "Faster Unsigned Division by Constants"
-------------------------------
-
-Reference implementations of computing and using the "magic number" approach to dividing
-by constants, including codegen instructions. The unsigned division incorporates the
-"round down" optimization per ridiculous_fish.
-
-This is free and unencumbered software. Any copyright is dedicated to the Public Domain.