Stephen Canon
|
248c554524
|
Add Float16 to stdlib (#30130)
Add Float16 (IEEE 754 binary16) to the standard library, plus assorted runtime support operations.
Swift Evolution thread: https://forums.swift.org/t/se-0277-float16/33546
|
2020-04-06 17:57:44 -04:00 |
|
Hugh Bellamy
|
ad4b338062
|
Fix python lint failures now not excluded as we provide custom exclusions
Looks like flake8 enables other rules when you add something to the
exclusion list. We added W291
|
2017-03-27 12:31:56 +07:00 |
|
practicalswift
|
6d1ae2a39c
|
[gardening] 2016 → 2017
|
2017-01-06 16:41:22 +01:00 |
|
practicalswift
|
797b80765f
|
[gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
|
2016-11-20 17:36:03 +01:00 |
|
practicalswift
|
54a83f0196
|
[gardening] Remove unused Python method all_floating_point_bits
|
2016-09-14 20:11:18 +02:00 |
|
Michael Gottesman
|
751e8c51ac
|
[python] Make python lint pass (#4296)
|
2016-08-14 22:49:14 -04:00 |
|
Chris Williams
|
71f6b8aabc
|
Add cFuncSuffix to SwiftFloatingPointTypes
|
2016-08-01 14:27:51 -07:00 |
|
Chris Williams
|
c8458cebc4
|
Create SwiftFloatingPointTypes for float-related helpers
|
2016-08-01 14:27:51 -07:00 |
|