Development discussion of WireGuard
 help / color / mirror / Atom feed
* [PATCH 0/1] wintun: use standard volatile semantics
@ 2020-04-24 19:40 Shawn Hoffman
  2020-04-24 19:40 ` [PATCH 1/1] replace atomic.h with provided APIs switch to /volatile:iso Shawn Hoffman
  2020-04-25  6:23 ` [PATCH 0/1] wintun: use standard volatile semantics Simon Rozman
  0 siblings, 2 replies; 4+ messages in thread
From: Shawn Hoffman @ 2020-04-24 19:40 UTC (permalink / raw)
  To: wireguard; +Cc: Shawn Hoffman

Make all archs are use the standardized concept of volatile.
This patch will cause the most changes to arm64 codegen, and has
yet to be tested on arm64 so is currently being submitted for
comments. If someone would like to test on arm64 it would be
appreciated. I do have an arm64 device, but it seems there's no
existing arm64/windows wireguard binary package, so I can't
just install such a thing and swap out the driver.

Shawn Hoffman (1):
  replace atomic.h with provided APIs switch to /volatile:iso

 wintun.c               | 76 +++++++++++++++++++++---------------------
 wintun.vcxproj         |  5 ++-
 wintun.vcxproj.filters |  3 --
 3 files changed, 40 insertions(+), 44 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-25  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 19:40 [PATCH 0/1] wintun: use standard volatile semantics Shawn Hoffman
2020-04-24 19:40 ` [PATCH 1/1] replace atomic.h with provided APIs switch to /volatile:iso Shawn Hoffman
2020-04-25  6:23 ` [PATCH 0/1] wintun: use standard volatile semantics Simon Rozman
2020-04-25  8:51   ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).